projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7c81c
)
searchentry: Use markdown for css tree
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Feb 2021 01:05:59 +0000
(20:05 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000
(16:37 +0000)
gtk/gtksearchentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchentry.c
b/gtk/gtksearchentry.c
index 92d82dcf5e21fab5965a52d7037d540b84a5d3d4..64827efdf49bc605b1bb215acde482183c01e21e 100644
(file)
--- a/
gtk/gtksearchentry.c
+++ b/
gtk/gtksearchentry.c
@@
-79,10
+79,10
@@
*
* ## CSS Nodes
*
- *
|[<!-- language="plain" -->
+ *
```
* entry.search
* ╰── text
- *
]|
+ *
```
*
* `GtkSearchEntry` has a single CSS node with name entry that carries
* a `.search` style class, and the text node is a child of that.